home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _8ADCB42C99D3433895ABE32D53DD3A4A < prev    next >
Encoding:
Text File  |  2004-03-17  |  530 b   |  22 lines

  1. regc4f( 5, %daycolor_r, %daycolor_g, %daycolor_b, %daycolor_a )
  2. regc4f( 7, %ambient_r, %ambient_g, %ambient_b, %ambient_a )
  3. pshader("
  4.  
  5.     ps_1_1
  6.  
  7.     def c1, 0.0, 0.0, 0.0, 0.6
  8.  
  9.     tex t0 ;RGB=terrain colormap, A=terrain lightmap
  10.     tex t1 ;terrain detail
  11.  
  12.     mul r0.rgb, t0, t1 ;kolor * detal
  13.     +mad_sat r0.a, t0.a, c7.b, c7.a ;skalowanie oswietlenia (dodanie ambientu)
  14.  
  15.     mul r0, r0, r0.a ;wymnozenie oswietlenia przez kolor pory dnia/swiatla
  16.  
  17.     mul r0.rgb, r0, c5 ;mnozymy kolory przez oswietlenie
  18.     +mov r0.a, c1.a
  19.  
  20. ")
  21.  
  22.